GetNotebook
Retrieves the notebook part.
ODPart GetNotebook (in ODBoolean create);
create
kODTrue
if the notebook should be created if it is not found; otherwise,kODFalse
.- return value
- The notebook part.
DISCUSSION
This method returns an OpenDoc part of part kindkNotebookManagerKind
. If a notebook is not found and the value of thecreate
parameter iskODTrue
, this method creates a notebook.Do not subclass this class.
SEE ALSO
TheSetNotebook
method (page 375).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help